home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / C_Interp / FormatStr.h < prev    next >
Encoding:
Text File  |  1992-04-17  |  116 b   |  8 lines  |  [TEXT/KAHL]

  1. /*
  2.     Terminal 2.2
  3.     "FormatStr.h"
  4. */
  5.  
  6. Byte *FormatStr(Byte *, Byte *, ...);
  7. Byte *SFormatStr(Byte *, Byte *, long *);
  8.